home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / goobers.swf / scripts / frame_92 / PlaceObject2_68_63 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-28  |  219 b   |  12 lines

  1. onClipEvent(load){
  2.    if(this._name == "boss")
  3.    {
  4.       this._visible = false;
  5.    }
  6.    status = "alive";
  7.    health = 100;
  8.    num_frames_shoot = Math.floor(health / 3.5) + 10;
  9.    frame = 0;
  10.    depth = 50;
  11. }
  12.